Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-block-quote

Package Overview
Dependencies
1
Maintainers
1
Versions
509
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-block-quote


Version published
Maintainers
1
Created

Package description

What is @ckeditor/ckeditor5-block-quote?

@ckeditor/ckeditor5-block-quote is a plugin for CKEditor 5 that allows users to easily add and manage block quotes within their content. It provides a simple way to format text as a block quote, which is typically used to highlight a section of text as a quotation.

What are @ckeditor/ckeditor5-block-quote's main functionalities?

Adding a Block Quote

This feature allows you to add a block quote to your editor. By including the BlockQuote plugin and adding 'blockQuote' to the toolbar, users can easily format selected text as a block quote.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ BlockQuote, ... ], toolbar: [ 'blockQuote', ... ] })

Customizing Block Quote Styles

This feature allows you to customize the styles of block quotes. By configuring the blockQuote plugin with custom styles, you can apply specific CSS classes to block quotes to match your site's design.

ClassicEditor.create(document.querySelector('#editor'), { plugins: [ BlockQuote, ... ], blockQuote: { styles: { default: { class: 'custom-block-quote' } } } })

Other packages similar to @ckeditor/ckeditor5-block-quote

Readme

Source

CKEditor 5 block quote feature

npm version Coverage Status Build Status Dependency Status

This package implements block quote support for CKEditor 5.

Demo

Check out the demo in the block quote feature guide.

Documentation

See the @ckeditor/ckeditor5-block-quote package page in CKEditor 5 documentation.

License

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file or https://ckeditor.com/legal/ckeditor-oss-license.

Keywords

FAQs

Last updated on 07 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc